From: Glenn Morris Date: Thu, 19 Mar 2009 06:26:04 +0000 (+0000) Subject: (Fsubstitute_in_file_name): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1161 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e0dc3f93cf73778f05f1da97fab0f1fff421196f;p=emacs.git (Fsubstitute_in_file_name): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index a89b2d766d4..b7a85e80bf3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-03-19 Glenn Morris + + * fileio.c (Fsubstitute_in_file_name): Doc fix. + 2009-03-19 Chong Yidong * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694). diff --git a/src/fileio.c b/src/fileio.c index ab06e4e5c87..ae64be4ba03 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -1616,7 +1616,10 @@ DEFUN ("substitute-in-file-name", Fsubstitute_in_file_name, the value of that variable. The variable name should be terminated with a character not a letter, digit or underscore; otherwise, enclose the entire variable name in braces. -If `/~' appears, all of FILENAME through that `/' is discarded. */) + +If `/~' appears, all of FILENAME through that `/' is discarded. +If `//' appears, everything up to and including the first of +those `/' is discarded. */) (filename) Lisp_Object filename; {